Skip to content

arthoine/template-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Sandbox

Infos

  • Laravel 10.9
  • PHP 8.2

Cache

Redis is used by default.

If you want change it on your local instance please update your .env file with :

CACHE_DRIVER=file

Sail (docker)

Start the Docker containers:

```bash
./vendor/bin/sail up -d
```

Stop the Docker containers:

```bash
./vendor/bin/sail down
```

Migration :

```bash
./vendor/bin/sail artisan:migrate
```

Entering the Container Shell

To enter the shell of the Laravel container:

```bash
./vendor/bin/sail shell
```

Wsl

```bash
cd /mnt/c/Users/***/OneDrive/Bureau/dev/laravel-template
```

About

template-laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published