xety / star
A website to display and manage Stars.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.19
- laravel/sanctum: ^3.0
- laravel/tinker: ^2.7
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.19
- laravel/homestead: ^14.3
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
README
Star
To install this project :
composer create-project xety/star <application_name>Then we will migrate and seed the database :
php artisan migrate --seedThen we need to do a symlink from
public/storage
tostorage/app/public
to access and display the Stars images :php artisan storage:linkThen we need to install hte JS dependencies and build the JS/CSS files :
npm install npm run buildOptional : if you want to use Homestead, you will need to modify the
Homestead.yaml
to fit your needs.Now the application is working. To connect to the pre-installed account :
Email : emeric@star.com Password : password