danidoble/laravel-skeleton

The Laravel Framework with other plugins.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/danidoble/laravel-skeleton

v0.0.1 2023-05-06 16:50 UTC

This package is auto-updated.

Last update: 2025-10-06 22:09:31 UTC


README

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