Skip to content

The Y-ACT project is a community directory that allows users to find and connect with other members of the community. The project is built using Laravel, Breeze, Spatie/Laravel-Permission, and Livewire.

Notifications You must be signed in to change notification settings

ranjith-acharya/Y-ACT

Repository files navigation

Y-ACT Project

This is a repository for the Y-ACT project, built using Laravel, Breeze, Spatie/Laravel-Permission, and Livewire.

Installation

Before you begin, make sure you have the following installed:

  • PHP 7.4 or later
  • Composer
  • Node.js
  • NPM

Follow these steps to install and set up the project:

  1. Clone the repository:
git clone https://github.com/your-username/Y-ACT.git
  1. Install dependencies:
composer install
npm install
  1. Copy the .env.example file to .env:
cp .env.example .env
  1. Generate an application key:
php artisan key:generate
  1. Set up your database configuration in the .env file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_database_username
DB_PASSWORD=your_database_password
  1. Run database migrations:
php artisan migrate
  1. Install Breeze:
php artisan breeze:install
  1. Install Spatie/Laravel-Permission:
composer require spatie/laravel-permission
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="migrations"
php artisan migrate
  1. Install Livewire:
composer require livewire/livewire
  1. Build assets:
npm run dev

Usage

To start the development server, run:

php artisan serve

You can access the application at http://localhost:8000.

Contributing

Contributions are welcome! Please open an issue or pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

The Y-ACT project is a community directory that allows users to find and connect with other members of the community. The project is built using Laravel, Breeze, Spatie/Laravel-Permission, and Livewire.

Topics

Resources

Stars

Watchers

Forks

Languages