Skip to content

capsulescodes/articles

 
 

Repository files navigation

About

Create a custom error page with Laravel and Inertia.


Installation

  1. Checkout branch
git clone https://github.com/capsulescodes/articles.git cd articles git checkout 016-create-a-custom-error-page-with-laravel-and-inertia

  1. Install dependencies
commposer install npm install

  1. Add environment and generate key
cp .env.example .env php artisan key:generate

  1. Link your project
valet link article || herd link article || php artisan serve

  1. Run development server script
npm run dev

  1. Visit your website : http://article.test