Create a custom error page with Laravel and Inertia.
- Checkout branch
git clone https://github.com/capsulescodes/articles.git cd articles git checkout 016-create-a-custom-error-page-with-laravel-and-inertia
- Install dependencies
commposer install npm install
- Add environment and generate key
cp .env.example .env php artisan key:generate
- Link your project
valet link article || herd link article || php artisan serve
- Run development server script
npm run dev
- Visit your website : http://article.test