Giter Club home page Giter Club logo

freeradius-laravel's Introduction

Introduction

This is a basic implementation of building a Freeradius server (version 3.0) using Laravel 9. The implementation demonstrates how to work with Freeradius SQL tables by using Laravel. An admin panel template is built using Fliament and it demonstrates how to insert rad data into tables. This is just a demo version and the purpose of sharing this is to showcase what I have learned. If you don't have a router, you can test the radius server using the following command.

For Radius Testing

Start Freeradius with debug mode

    sudo freeradius -X

And test with your user

    radtest -t pap youuser@email.com yourradcheckpassowrd '127.0.0.1:1812' 0 'testing123'

For Laravel Testing

See installation from Laravel Docs.

And migrate and seed database.

    php artisan migrate --seed

User email - [email protected]

User password - 12345678

Requirement

To start, you need to first install Freeradius and configure it to work with a MySQL database. Next, clone this repository and connect it to the Radius database. Then, run database migrations and you can begin testing. Good luck!

License

The freeradius-laravel is open-sourced software licensed under the MIT license.

freeradius-laravel's People

Contributors

thetpaing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.