rabeea/laravel-starter

A nice starter for Laravel project

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Blade

dev-main 2021-02-10 17:42 UTC

This package is auto-updated.

Last update: 2024-09-11 01:56:17 UTC


README

This is a start project of laravel with Tailwind & Laravel Breeze auth & with simple admin panel.

laravel new my-app

cd my-app

composer require rabeea/laravel-starter

php artisan start

npm install && npm run dev