zekythewolf / list-starter
The Laravel Framework.
V11.0.0
2024-05-05 14:35 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.8
- inertiajs/inertia-laravel: ^1.0.0
- laravel/framework: ^11.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.8
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.9
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^8.1
- phpunit/phpunit: ^10.0
- spatie/laravel-ignition: ^2.0
README
Laravel, Inertia, Svelte, TypeScript with TailwindCSS, Flowbite.
Download
For download, you can use one of the Gitlab methods (Gitlab CLI/SSH/HTTPS/Github Desktop)
Latest version
This will automaticly install all php dependencies & create necessary things for laravel
composer create-project zekythewolf/list-starter
Install npm dependencies
npm install
Running aplication
php artisan serve
npm run dev