LaravelPackages.net
Acme Inc.
Toggle sidebar
danidoble/laravel-skeleton

The Laravel Framework with other plugins.

8
0
v0.0.1
About danidoble/laravel-skeleton

danidoble/laravel-skeleton is a Laravel package for the laravel framework with other plugins.. It currently has 0 GitHub stars and 8 downloads on Packagist (latest version v0.0.1). Install it with composer require danidoble/laravel-skeleton. Discover more Laravel packages by danidoble or browse all Laravel packages to compare alternatives.

Last updated

Laravel skeleton project

This is a skeleton project for Laravel 10. It includes the following packages:

Installation

composer create-project danidoble/laravel-skeleton
cd laravel-skeleton
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate
npm install
npm run dev