A Laravel application that allows users to store text and generate a unique URL for easy access. The app provides options for setting time limits, view limits, and password protection for enhanced security.
- Text Storage with Unique URL: Enter text and generate a random URL to access it.
- Time Limit: Set a time limit for how long the URL will be active.
- View Limit: Restrict the number of times the URL can be accessed.
- Password Protection: Optionally set a password to protect access to the text.
-
Clone the repository:
git clone https://github.com/fevziatanoglu/laravel-browser-paste-app.git
-
Navigate to the project directory:
cd laravel-browser-paste-app
-
Install dependencies:
composer install npm install
-
Copy the
.env.example
file to.env
:cp .env.example .env
-
Generate an application key:
php artisan key:generate
-
Set up your database in the
.env
file and run migrations:php artisan migrate
-
Compile assets:
npm run dev
-
Start the development server:
php artisan serve
- Visit the application in your browser.
- Enter the text you want to store.
- Optionally set a time limit, view limit, and password.
- Generate the URL and share it as needed.
- The text can be accessed via the generated URL according to the limits and conditions you set.
Contributions are welcome! Please submit a pull request or open an issue for any feature requests or bugs.